Welcome![Sign In][Sign Up]
Location:
Search - vb image compression

Search list

[WinSock-NDIS(利用GIF_LZW算法实现的)网络图片传输

Description: (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF - LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX specialized optimization algorithm), is not conducive to VB; C : GIF - LZW compression algorithm compression ratio better, and I have come up with un
Platform: | Size: 62518 | Author: | Hits:

[Other resource5ivb_487118

Description: vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color / grayscale, Y component level / vertical sampling law, image quality adjustment. The use of the most simple baseline system (BaseLine) compression method to quantify the Huffman table and the table with ACDSee are the same, and did not provide adaptive Huffman compression table.
Platform: | Size: 85973 | Author: 王宇 | Hits:

[Internet-Network(利用GIF_LZW算法实现的)网络图片传输

Description: (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX specialized optimization algorithm), is not conducive to VB; C : GIF- LZW compression algorithm compression ratio better, and I have come up with un
Platform: | Size: 62464 | Author: | Hits:

[Picture Viewer5ivb_487118

Description: vb jpeg编码这是一个比较完整的JPEG压缩程序,支持 彩色/灰度、Y分量水平/垂直采样律、图像质量 调整。使用的是最简单的基线系统(BaseLine)压缩方式,量化表及Huffman表都是与ACDSee一致的,没有提供自适应Huffman表压缩功能。-vb jpeg coding This is a relatively complete JPEG compression process, support for color/grayscale, Y component level/vertical sampling law, image quality adjustment. The use of the most simple baseline system (BaseLine) compression method to quantify the Huffman table and the table with ACDSee are the same, and did not provide adaptive Huffman compression table.
Platform: | Size: 86016 | Author: 王宇 | Hits:

[Other5ivb_611589

Description: 压缩文本和图象的一个小程序还不错的测试能用-text and image compression of a small good procedures also can use the test
Platform: | Size: 145408 | Author: 张反 | Hits:

[Compress-Decompress algrithmsJPEG2000src

Description: JPEG2000压缩解压图像源码,基于JPEG2000图像压缩标准,内有浏览图像的Nemo-JPEG2000 image compression decompression source, based on the JPEG2000 image compression standard, which has browse images Nemo
Platform: | Size: 7635968 | Author: 蔡文雯 | Hits:

[Video CaptureLabviewImage

Description: 使用ezVidCap控件,基于Labview环境下用普通USB网络视频头的图像采集,可以保存连续的视频和声音,可以单独保存视频图片。压缩包里还附加了,相同功能的VB源码,以便对照学习。-EzVidCap use controls, based on the Labview environment using ordinary USB network video image acquisition head can be preserved for video and sound, video images can be preserved. Compression bag still attached, the same function in VB source code in order to control learning.
Platform: | Size: 229376 | Author: 小明 | Hits:

[Internet-NetworkPicture.Translate.Of.Remote.Desktop.Control

Description: 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-First, use the TCP protocol to transmit data. Reason: better stability. Two, the use of byte data stream for transmission, the reasons: A: VB s String existence automatic Unicode conversion question, effects of speed B: can directly send 8-bit byte data, Does not need to use Base64 encoding, thereby reducing the encoding time. Three, the use of GIF-LZW compression algorithm for image compression. Rationale: A: Run-Length Coding, Huffman compression algorithm compression ratio is too low B: JPEG compression algorithm required too many bit computing, and computing a large quantity (MMX has specialized optimization algorithm), VB is not conducive to implementation C: GIF-LZW compression algorithm compression ratio is better, and I have come up with efficient under VB grammar GIF-LZW compression/decompression algorithm. Four, use the "orderly jitter" algorithm for color quantization. Rationale: "orderly jitter" must deal with the results of reg
Platform: | Size: 54272 | Author: whoamixp | Hits:

[.netCompressImage

Description: image compression in vb.net
Platform: | Size: 129024 | Author: k | Hits:

[Graph programPicConver(GDIPlus)

Description: 用VB6开发的一款图片批量压缩、格式转换工具,可将BMP、TIF、PNG、GIF、JPG等格式压缩并转换成PNG、GIF、JPG格式。支持按高等比缩放、按宽等比缩放、自定义尺寸等比缩放等模式,缩放后图像不会变形(等比嘛)。采用GDI+技术,是VB开发人员学习熟悉GDI+的绝佳例子。-VB6 development with a picture-volume compression, format conversion tools can be BMP, TIF, PNG, GIF, JPG format, such as compression and converted to PNG, GIF, JPG format. Support higher than the zoom, by wide geometric scaling, custom-size model of geometric scaling, the image will not be deformed after scaling (geometric them). The use of GDI+ technology, is familiar with VB developers to learn a great example of GDI+.
Platform: | Size: 36864 | Author: zhaohongtao | Hits:

[Algorithmalgorithm

Description: DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa 经典加密算法在VB中的实现(2)- MD5 经典加密算法在VB中的实现(3)- RC4 经典加密算法在VB中的实现(4)- DES 经典字符串HASH函数测试 离散的Hopfield算法 秘密天窗加密方法C++源程序 浅谈图像压缩算法 求全排列的非递归算法 如何实现DES算法 神经元网络 LVQ(学习矢量量化)算法 神经元网络的经典B-P算法1 神经元网络的经典B-P算法2 神经元网络的经典B-P算法3 实数快速fft变换算法 实数快速fft算法二 使用ASP加密算法加密你的数据 手写体数据变换成像素位图的算法 -DES algorithm DSA algorithm ElGamal algorithm Kohonen s SOFM (Self Organizing Map) LAM (Linear Associative Memory) algorithm LZW compression algorithm MD5 Algorithm PGP Security (a) PKCS# 7 RSA algorithm SSL How does it work? Ternary Search Trees Produce combinations of non-recursive algorithm Large integer multiplication On the LZW algorithm and its application in image lossless compression Complex fast Fourier transform algorithm Encryption and Key Management Classical encryption algorithm implementation in VB in (1)- Rsa Classical encryption algorithm implementation in VB in (2)- MD5 Classical encryption algorithm implementation in VB in (3)- RC4 Classical encryption algorithm implementation in VB in (4)- DES Classical string HASH function test Discrete Hopfield algorithm Secret Window encryption C++ source code Of image compression algorithm Perfectionist ordered non-recursive algorithm How to implement DES algorithm Neural network LVQ (learning vector qu
Platform: | Size: 209920 | Author: 蟲子 | Hits:

[Special Effectsimageyasuo2

Description: 这是一个图像压缩的VB程序,源码自创,大学期间完成。-This is an image compression VB program, source self, college completion.
Platform: | Size: 56320 | Author: zhao | Hits:

[Special Effectsmatlab-and-vb

Description: 该程序是对于图像的压缩编码等,主要用于学生学习用-The program is for image compression, mainly for students with
Platform: | Size: 1024 | Author: 香香 | Hits:

[Compress-Decompress algrithmsyasuo-vb

Description: vb压缩图片的实例程序加代码,可以自己的软件中方便的添加vb压缩功能-vb examples of image compression program plus the code, you can own the software easy to add compression vb
Platform: | Size: 8192 | Author: yang | Hits:

[Video CaptureScreenCut

Description: 简单截图兼图片压缩VB编写。可以进行简单的截图和压缩图片操作。-Simple screenshot and image compression, written in VB. Can capture and compress images simple operation.
Platform: | Size: 345088 | Author: 邬云 | Hits:

[Internet-Networkyckz

Description: VB 远程桌面控制 图像压缩 传输速度快 非常棒的源代码 有这方面需求的值得参考-VB remote desktop control image compression source code transmission speed, great demand in this regard is worth considering
Platform: | Size: 58368 | Author: 赵杰 | Hits:

[Windows DevelopNetPicTran

Description: VB GIF_LZW图像压缩算法实现桌面传输,有需要的就下载吧。-VB GIF_LZW image compression algorithm desktop transfer, there is a need to download it.
Platform: | Size: 28672 | Author: 什锦丁儿 | Hits:

[Windows Develop97646789

Description: 一个不错的VB版JPEG图片压缩程序,有需要的就下载。-A good VB version of JPEG image compression process, there is a need to download.
Platform: | Size: 24576 | Author: 什锦豆腐 | Hits:

[Compress-Decompress algrithmsvbJPEG

Description: 图片压缩的代码 用VB编写的 很实用啊很实用-Image compression code using VB very practical ah very useful
Platform: | Size: 29696 | Author: zz | Hits:

[Multimedia DevelopVBCam

Description: VB无控件调用摄像头拍照及录像.对拍着图片进行压缩.900K图片压缩后仅12K左右.将当前系统时间转换为UNIX时间戳命名图片,通过FTP将图片上传到服务器.-VB no control calls camera to take pictures and video. Patting image for image compression compressed .900K only 12K or so. The current system time is converted to UNIX timestamp naming images via FTP to upload pictures to the server.
Platform: | Size: 104448 | Author: 李华伟 | Hits:
« 12 »

CodeBus www.codebus.net